home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXT Education Software Sampler 1992 Fall
/
NeXT Education Software Sampler 1992 Fall.iso
/
Programming
/
Classes
/
2.0_nxyPalette1.2
/
nxyTestAppNoStream
/
TestNS_main.m
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1992-05-26
|
277 b
|
15 lines
/*
* Generated by the NeXT Interface Builder.
*/
#import <stdlib.h>
#import <appkit/Application.h>
void main(int argc, char *argv[]) {
NXApp = [Application new];
[NXApp loadNibSection:"TestNS.nib" owner:NXApp];
[NXApp run];
[NXApp free];
exit(0);
}